home *** CD-ROM | disk | FTP | other *** search
/ Business Assistant / Business Assistant.iso / bplan / ly / install.bat < prev    next >
DOS Batch File  |  1984-11-12  |  1KB  |  47 lines

  1. echo off
  2. :
  3. echo  
  4. echo If you have two floppy disk drives:
  5. echo  
  6. echo - Insert your DOS disk in drive B (the right-hand or lower drive)
  7. echo   now and strike a key when ready.
  8. echo  
  9. echo If you have one floppy disk drive, or one floppy drive and a hard
  10. echo disk:
  11. echo  
  12. echo - Strike a key when ready.
  13. echo  
  14. echo - Later, whenever you are asked to "Insert diskette for
  15. echo   drive B:...", insert your DOS disk in the floppy disk drive and
  16. echo   strike a key when ready.
  17. echo  
  18. echo - Also, whenever you are asked to "Insert diskette for
  19. echo   drive A:...", insert your Lightyear disk in the floppy disk drive
  20. echo   and strike a key when ready.
  21. echo  
  22. pause
  23. echo  
  24. :
  25. :
  26. b:
  27. sys a:
  28. a:
  29. echo  
  30. copy b:command.com a:
  31. :
  32. :
  33. if not exist a:command.com goto else_2
  34. if not exist a:install.bat goto else_2
  35.         echo  
  36.         echo Your Lightyear disk is now a start-up disk.
  37.         goto endif_2
  38. :else_2
  39.         echo  
  40.         echo DOS is not yet installed on your Lightyear disk--please check the
  41.     echo Reference manual section "Creating a Lightyear Start-up Disk"
  42.         echo for instructions on successfully copying DOS to your disk.
  43.         goto quit
  44. :endif_2
  45. :
  46. :quit
  47.